treeview: Always call grab_focus_without_selecting on search entry
authorMat <mail@mathias.is>
Thu, 18 Aug 2022 15:03:04 +0000 (18:03 +0300)
committerMat <mail@mathias.is>
Thu, 18 Aug 2022 15:03:04 +0000 (18:03 +0300)
commit27eaca8b79bee8574e436c32cb0162a0df899054
tree8c490e9283994fe10ff217225cd2fba41a27a6fd
parent82395e73ad035fc5350261e93174b847125a87cc
treeview: Always call grab_focus_without_selecting on search entry

The search text entry is always a GtkText widget, not GtkEntry. If a
custom search entry is set, this part of the code is never reached.

Fixes #4551
gtk/gtktreeview.c